home *** CD-ROM | disk | FTP | other *** search
- object frmCopyMove: TfrmCopyMove
- Left = 374
- Top = 130
- Width = 380
- Height = 326
- Caption = 'frmCopyMove'
- Color = clBtnFace
- Constraints.MinHeight = 300
- Constraints.MinWidth = 350
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- OldCreateOrder = False
- Position = poMainFormCenter
- Scaled = False
- OnCreate = FormCreate
- OnResize = FormResize
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 13
- object lDest: TLabel
- Left = 4
- Top = 6
- Width = 24
- Height = 13
- Caption = 'lDest'
- end
- object rgFunktion: TRadioGroup
- Left = 284
- Top = 223
- Width = 83
- Height = 65
- Anchors = [akRight, akBottom]
- Caption = 'Function'
- Items.Strings = (
- '*'
- '*')
- TabOrder = 1
- OnClick = rgFunktionClick
- end
- object ftCopyDir: TFolderTree
- Left = 4
- Top = 48
- Width = 273
- Height = 241
- Active = True
- FolderOptions = [foNetworkNeighborhood, foRecycleBin]
- OnChange = ftCopyDirChange
- ShowRoot = False
- Indent = 19
- ParentShowHint = False
- ShowHint = False
- TabOrder = 5
- end
- object btnCopyMove: TButton
- Left = 284
- Top = 56
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'Copy'
- Default = True
- Enabled = False
- Font.Charset = ANSI_CHARSET
- Font.Color = clWindowText
- Font.Height = -11
- Font.Name = 'MS Sans Serif'
- Font.Style = []
- ModalResult = 1
- ParentFont = False
- TabOrder = 2
- OnClick = btnCopyMoveClick
- end
- object btnCancel: TButton
- Left = 284
- Top = 88
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Cancel = True
- Caption = 'btnCancel'
- TabOrder = 3
- OnClick = btnCancelClick
- end
- object btnNewFolder: TButton
- Left = 284
- Top = 144
- Width = 80
- Height = 25
- Anchors = [akTop, akRight]
- Caption = 'New folder'
- Enabled = False
- TabOrder = 4
- OnClick = btnNewFolderClick
- end
- object MoveTo: TEdit
- Left = 4
- Top = 24
- Width = 359
- Height = 21
- Anchors = [akLeft, akTop, akRight]
- TabOrder = 0
- OnChange = MoveToChange
- end
- end
-